
.inner {
    /* width: 1200px; */
    margin: 0 auto;
    max-width: 1540px;
}

.indexTitle {
    width: 100%;
    float: left;
    height: 40px;
    margin: 0 0 60px 0;
    position: relative;
    z-index: 10;
}

.indexTitle h3 {
    float: left;
    font-size: 34px;
    font-weight: bold;
    line-height: 40px;
    margin: 0;
}

.more {
    width: 36px;
    height: 36px;
    float: right;
    margin: 2px 0;
    display: flex;
    position: relative;
    z-index: 10;
    /*background: url(../images/foot_arrow.png) no-repeat center;*/
}

.more:before {
    content: "";
    position: absolute;
    right: 0;
    top: 10px;
    width: 20px;
    height: 2px;
    background: #0032af;
    transform: rotate(30deg);
}

.more:after {
    content: "";
    position: absolute;
    right: 0;
    top: 15px;
    width: 36px;
    height: 2px;
    background: #0032af;
}

.more:hover:after, .more:hover:before {
    background: #068dde;
}

/*banner背景图片动画*/
@-webkit-keyframes scale-bg {
    from {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
    
    to {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes scale-bg {
    from {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
    
    to {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

/*banner */
.index_main {
    background: #f7f7f7;
}

.index_main .section1 {
    position: relative;
    height: 100vh;
}

.index_main .section1 .index_banner .item {
    background-size: cover;
    -webkit-background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100vh;
    position: relative;
}

.index_main .section1 .index_banner .item.slick-current .scaleBg {
    visibility: visible;
    -webkit-animation: scale-bg 6s linear forwards;
    animation: scale-bg 6s linear forwards;
}

.index_main .section1 .index_banner .items {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.index_main .section1 .index_banner .items:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.2);
}

.index_main .section1 .index_banner .item .inner .h1 {
    position: absolute;
    top: 15%;
    left: -80px;
    opacity: 0;
    transform: translateY(40px);
    -webkit-transform: translateY(40px);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    color: rgba(255, 255, 255, 0.2);
    font-size: 800px;
    font-weight: bold;
}

.index_main .section1 .index_banner .item .inner .h1 img {
    height: 50vh;
}

.index_main .section1 .index_banner .item.active .inner .h1 {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 100ms;
    transition-delay: 100ms;
}

.index_main .section1 .index_banner .item .inner .block_txt {
    position: absolute;
    top: 50%;
    right: 8%;
    left: 8%;
    height: 300px;
    margin-top: -180px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transform: translateY(40px);
    -webkit-transform: translateY(40px);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.index_main .section1 .index_banner .item.active .inner .block_txt {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 100ms;
    transition-delay: 100ms;
}

.index_main .section1 .index_banner .item .inner .block_txt h4 {
    font-size: 30px;
    color: #fff;
    text-align: center;
    font-family: 'COCO';
}

.index_main .section1 .index_banner .item .inner .block_txt h2 {
    color: #fff;
    font-size: 3.5vw;
    line-height: 1.5;
    font-weight: bold;
    text-align: left;
    letter-spacing: 5px;
    text-shadow: 2px 2px 5px rgba(0,0,0,0.3);
}

.index_main .section1 .index_banner .item .inner .block_txt h2 span {
    color: #fff;
    display: inline-block;
    letter-spacing: 5px;
    margin: 0 60px;
}

.index_main .section1 .index_banner .item .inner .block_txt h3 {
    color: #fff;
    font-size: 22px;
    text-align: center;
    margin-top: 10px;
    letter-spacing: 3px;
}

.index_main .section1 .slick_txt {
    width: 30%;
    height: 100%;
    background-color: transparent;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    font-size: 0;
    outline: none;
    border: 0;
}

.index_main .section1 .left {
    left: 0;
}

.index_main .section1 .right {
    right: 0;
}

.index_main .section1 .slick_txt:hover .slick_arrow {
    opacity: 1;
    visibility: visible;
}

.index_main .section1 .slick_txt .slick_arrow {
    width: 20px;
    height: 36px;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: -18px;
    position: absolute;
    top: 50%;
    cursor: pointer;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    opacity: 0;
    visibility: hidden;
}

.index_main .section1 .slick_txt .prev {
    background-image: url(../images/lb/ban_prev.png);
    left: 60px;
}

.index_main .section1 .slick_txt .next {
    background-image: url(../images/lb/ban_next.png);
    right: 60px;
}

.index_main .section1 .slick_txt .prev:hover {
    background-image: url(../images/lb/ban_prev_hover.png);
}

.index_main .section1 .slick_txt .next:hover {
    background-image: url(../images/lb/ban_next_hover.png);
}

.index_main .section1 .number {
    position: absolute;
    bottom: 8%;
    left: 50%;
    padding-bottom: 5px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    display: table;
    padding: 0 20px;
    width: auto;
    text-align: center;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}

.index_main .section1 .number span {
    font-family: "Myriad Pro", "Microsoft YaHei";
    font-size: 14px;
    color: #fff;
    margin-right: 100px;
    display: inline-block;
    cursor: pointer;
    position: relative;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
}

.index_main .section1 .number span:last-child {
    margin-right: 0;
}

.index_main .section1 .number span:after {
    content: "";
    display: inline-block;
    width: 0;
    height: 2px;
    background: #fff;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    bottom: -20px;
    opacity: 0;
    visibility: hidden;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
}

.index_main .section1 .number span.active:after {
    width: 100%;
    opacity: 1;
    visibility: visible;
}

/*业务*/
.indexService {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(6, 53, 171, 0.8);
}

.indexService ul {
    width: 100%;
    height: 100%;
}

.indexService ul li {
    width: calc(100% / 6);
    float: left;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.indexService ul li a {
    display: block;
    margin: 0 auto;
    padding: 15px 0;
    text-align: center;
}

.indexService ul li a img {
    width: 40px;
    height: 40px;
    margin: 0 auto 8px;
    text-align: center;
}

.indexService ul li a h4 {
    font-size: 20px;
    color: #fff;
    margin: 0;
}

.indexService ul li:hover {
    background: linear-gradient(to left, #08df78, #068edd);
}


/*公司介绍*/
.index_main .section2 {
    width: 100%;
    padding: 80px 0;
    background: #fafafb url(../images/bg.png) no-repeat center bottom;
    background-size: 100% 100%;
    float: left;
}

.about {
    margin: 0 -15px;
}

.aboutLeft {
    padding-right: 40px;
}

.aboutLeft img {
    width: 100%;
}

.aboutRight {
    padding-left: 40px;
}

.aboutRight h2 {
    font-size: 44px;
    font-weight: bold;
    line-height: 1.5;
    position: relative;
    margin: 0 0 50px;
}

.aboutRight h2:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -15px;
    width: 80px;
    height: 6px;
    background: #0032ab;
    border-radius: 3px;
}


.aboutRight p {
    font-size: 18px;
    line-height: 2;
    text-indent: 2em;
    text-align: justify;
}

.statistics {
    width: 100%;
    float: left;
    margin-top: 60px;
}

.statistics ul {
    width: 100%;
    height: 100%;
    display:flex;
    flex-wrap:wrap;
}

.statistics ul li {
    width: calc(100% / 4);
    float: left;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.statistics ul li div {
    display: block;
    margin: 0 auto;
    padding: 15px 0;
    text-align: center;
}

.statistics ul li div img {
    width: 60px;
    height: 60px;
    margin: 0 auto 8px;
    text-align: center;
}

.statistics ul li div h2 {
    font-size: 88px;
    font-weight: bold;
    color: #0032af;
    margin: 10px 0 0;
    line-height: 1;
    text-align: center
}

.statistics ul li div span {
    width: 100%;
    clear: both;
    font-size: 20px;
    font-weight: bold;
    color: #333;
    display: block;
    margin-bottom: 5px;
}

.statistics ul li div h3 {
    font-size: 20px;
    line-height: 1.5;
    color: #666;
    margin: 0;
    text-align: center;
}

.statistics ul li div h4 {
    font-size: 18px;
    line-height: 1.5;
    color: #666;
    margin: 0;
    text-align: center;
}


/**新闻**/
.index_main .section3 {
    width: 100%;
    padding: 80px 0;
    background: #fff url(../images/H.png) no-repeat 120% 120px;
    background-size: 500px;
    float: left;
    position: relative;
    z-index: 6;
}

.news {
    margin: 0 -15px;
}

.newsLeft {
    padding-right: 40px;
}

.newsRight {
    padding-left: 40px;
}

.newsRight ul {
    width: 100%;
    height: 100%;
}

.newsRight ul li {
    float: left;
    width: 100%;
    padding: 20px 0;
    border-bottom: #eee 1px solid;
}

.newsRight ul li:first-child {
    padding-top: 0;
}

.newsRight ul li:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

.newsRight ul li a {
    display: block;
}

.newsRight ul li a h2 {
    float: left;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    font-size: 18px;
    line-height: 1.5;
    color: #333;
}

.newsRight ul li a h2:hover {
    color: #004898;
}

.newsRight ul li a .content {
    float: left;
    width: 100%;
    color: #888;
    line-height: 1.5;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    font-size: 16px;
    margin: 5px 0;
    padding: 0;
    text-align: justify
}

.newsRight ul li a span {
    font-size: 16px;
    color: #666;
}

/**品牌**/
.index_main .section4 {
    width: 100%;
    padding: 80px 0;
    background: url(../images/bg01.jpg) no-repeat center top;
    background-size: 100% 100%;
    float: left;
}

.index_main .section4 .indexTitle h3 {
    color: #fff;
}

.index_main .section4 .more:before {
    background: #fff;
}

.index_main .section4 .more:after {
    background: #fff;
}


/**产业布局**/
.index_main .section5 {
    width: 100%;
    padding: 80px 0;
    background: #f5f5f5 url(../images/bg02.jpg) no-repeat center bottom;
    float: left;
    position: relative;
    background-size: 100%;
}

.banner-one {
    width: 100%;
    float: left;
    position: relative;
    height: 70vh;
    z-index: 5;
    overflow: hidden;
    margin-top: -120px;
}

.map {
    position: absolute;
    z-index: 9;
    width: 100%;
    height: 100%;
    top: -60px;
    left: 0;
}

/*业务*/
.indexCount {
    width: 100%;
    position: absolute;
    bottom: 50px;
    left: 0;
    z-index: 10;
}

.indexCount ul {
    width: 100%;
    height: 100%;
}

.indexCount ul li {
    width: calc(100% / 5);
    float: left;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.indexCount ul li div {
    display: block;
    margin: 0 auto;
    padding: 15px 0;
    text-align: center;
}

.indexCount ul li div h4 {
    font-size: 18px;
    color: #444;
    margin: 0;
}

.indexCount ul li div h2 {
    font-size: 88px;
    font-weight: bold;
    color: #0032af;
    margin: 0;
}


/**公告与视频**/
.index_main .section6 {
    width: 100%;
    padding: 80px 0;
    background: #fff;
    float: left;
}

.nbox {
    margin: 0 -15px;
}

.notice {
    padding-right: 40px;
}

.noticeUl {
}

.noticeUl > li {
    float: left;
    width: 100%;
    font-size: 18px;
    height: 40px;
    line-height: 40px;
}

.noticeUl > li::before {
    content: "";
    width: 6px;
    height: 6px;
    background-color: #e5e5e5;
    border-radius: 3px;
    display: inline-block;
    vertical-align: top;
    margin-top: 17px;
    margin-right: 10px;
}

.noticeUl > li > a {
    width: calc(100% - 140px);
    overflow: hidden;
    display: inline-block;
    height: 40px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.noticeUl > li span {
    float: right;
    width: 100px;
    text-align: right;
    font-size: 14px;
    font-style: normal;
    color: #9a9a9a;
}

.stocks {
    float: left;
    width: 100%;
    height: 56px;
    margin-top: 40px;
    padding: 0 30px;
    position: relative;
    overflow: hidden;
    border: 1px solid #dfdfdf;
    border-radius: 28px;
}

.stocks > li {
    height: 56px;
    line-height: 56px;
}

.stocks > li > a {
    color: #30353a;
    display: inline-block;
    font-size: 20px;
    vertical-align: top;
}

.stocks > li > a i {
    color: #949494;
    margin-left: 5px;
}

.stocks > li > a i.b {
    font-weight: bold;
    color: #f00;
}

.stocks > li > div {
    display: inline-block;
    font-size: 18px;
    padding-right: 12px;
    color: #30353a;
    margin-left: 20px;
    vertical-align: top;
    float: right;
}

.stocks > li > div i {
    font-style: normal;
    color: #949494;
    margin-left: 20px;
    margin-right: 5px;
}

.stocks > li > div > .stockUp {
    color: #f00;
}

.stocks > li > div > .stockDown {
    color: #41cd2c;
}

.idx-stocks-box > li > .stock-down::after {
    content: "";
    width: 9px;
    height: 11px;
    background: url(../images/stock-nar.png) right center no-repeat;
    display: inline-block;
    vertical-align: top;
    margin-top: 20px;
    margin-left: 5px;
    filter: invert(63%) sepia(80%) saturate(532%) hue-rotate(61deg) brightness(93%) contrast(85%);
}

.idx-stocks-box > li > .stockUp::after {
    content: "";
    width: 9px;
    height: 11px;
    background: url(../images/stock-nar.png) right center no-repeat;
    display: inline-block;
    vertical-align: top;
    margin-top: 20px;
    margin-left: 5px;
    filter: invert(11%) sepia(88%) saturate(7271%) hue-rotate(4deg) brightness(93%) contrast(122%);
    transform: rotate(180deg);
}

.video {
    padding-left: 40px;
}

.indexVideoBox {
    width: 100%;
    float: left;
    position: relative;
}

.indexVideoBox h2 {
    position: absolute;
    width: 100%;
    height: 50px;
    padding: 0 20px;
    font-size: 16px;
    line-height: 50px;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    color: #fff;
}

.indexVideoBox h2 a {
    color: #fff;
}


/**页脚**/
.index_main .section7 {
    width: 100%;
    background: #f5f5f5;
    float: left;
}

.inlet {
    width: 100%;
    padding: 40px 0;
    background: #1442b5;
    position: relative;
    float: left;
    overflow: hidden;
}

.c1 {
    position: absolute;
    left: -15px;
    top: -10px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: linear-gradient(130deg, transparent, rgba(255, 255, 255, 0.2));
}

.c2 {
    position: absolute;
    left: -20px;
    bottom: -20px;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background: linear-gradient(130deg, transparent, rgba(255, 255, 255, 0.2));
}

.c3 {
    position: absolute;
    right: -10px;
    top: -5px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: linear-gradient(-90deg, transparent, rgba(255, 255, 255, 0.2));
}

.c4 {
    position: absolute;
    right: -20px;
    bottom: -10px;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: linear-gradient(-120deg, transparent, rgba(255, 255, 255, 0.2));
}

.inlet ul {
    margin: 0 -15px;
}

.inlet ul li a {
    width: 100%;
    padding: 15px 30px;
    border-radius: 4px;
    position: relative;
    background: linear-gradient(to right, #fff, #e8f2fa);
    display: flex;
    float: left;
    align-items: center;
}

.inlet ul li a:before {
    content: "";
    position: absolute;
    right: 30px;
    top: 32px;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #0032ab;
    width: 0;
    height: 0;
}

.inlet ul li a img {
    width: 60px;
    height: 60px;
    float: left;
    margin-right: 20px;
}

.inlet ul li a h4 {
    font-size: 24px;
    font-weight: bold;
    color: #606369;
    float: left;
    margin: 0;
}

@media only screen and (max-width: 1600px) {
    .inner {
        max-width: 100%;
        margin: 0 60px;
    }
    
    .index_main .section1 .index_banner .item .inner .block_txt h4 {
        font-size: 28px;
    }
    
    /*.index_main .section1 .index_banner .item .inner .block_txt h2 {*/
    /*    font-size: 72px;*/
    /*}*/
    
    .index_main .section1 .index_banner .item .inner .block_txt h3 {
        font-size: 20px;
    }
}

@media only screen and (max-width: 1440px) {
    .index_main .section1 .index_banner .item .inner .block_txt h4 {
        font-size: 24px;
    }
    
       .index_main .section1 .index_banner .item .inner .block_txt h2 {
           font-size: 3.5vw;
    }
    .index_main .section1 .index_banner .item .inner .block_txt h3 {
        font-size: 18px;
        margin-top: 5px;
    }
    
    .noticeUl > li {
        height: 38px;
        line-height: 38px;
    }
    
    .stocks {
        height: 44px;
        margin-top: 30px;
    }
    
    .stocks > li {
        height: 44px;
        line-height: 44px;
    }
    
    .stocks > li > a {
        font-size: 18px;
    }
    
    .stocks > li > div {
        padding: 0;
        margin-left: 0;
        font-size: 16px;
    }
    
    .statistics ul li div h2, .indexCount ul li div h2 {
        font-size: 66px;
    }
}

@media only screen and (max-width: 1366px) {
    .index_main .section1 .index_banner .item .inner .block_txt h4 {
        font-size: 20px;
    }
    
    /*    .index_main .section1 .index_banner .item .inner .block_txt h2 {
        font-size: 26px;
    }*/
    .index_main .section1 .index_banner .item .inner .block_txt h3 {
        font-size: 16px;
    }
    
    .index_main .section1 .index_banner .slick-arrow {
        background-size: auto 30px;
    }
    
    .stocks {
        margin-top: 20px;
    }
    
    .stocks > li > div {
        font-size: 16px;
    }
    
    .stocks > li > div i {
        margin-left: 10px;
    }
}

@media only screen and (max-width: 1300px) {
    .inner {
        margin: 0 30px;
    }
}

@media only screen and (max-width: 1199px) {
    .index_main .section1 .index_banner .item .inner .block_txt h4 {
        font-size: 18px;
    }
    
    .index_main .section1 .index_banner .item .inner .block_txt h2 {
        font-size: 5vw;
    }
    
    .index_main .section1 .index_banner .item .inner .block_txt h3 {
        font-size: 14px;
    }
}

@media (max-width: 1024px) {
    .index_main .section2, .index_main .section3, .index_main .section4 {
        height: auto !important;
    }
    
    .index_main .section2 .fp-tableCell, .index_main .section3 .fp-tableCell, .index_main .section4 .fp-tableCell {
        height: auto !important;
    }
}


@media only screen and (max-width: 991px) {
    .inner {
        margin: 0 20px;
    }
    
    .indexTitle {
        margin: 0 0 10px;
    }
    
    .indexTitle h3 {
        font-size: 22px;
    }
    
    .more:before {
        top: 13px;
        width: 16px;
    }
    
    .more:after {
        top: 17px;
        width: 26px;
    }
    .mr_zhe_p h3 span{
        font-size:14px;
    }
    .index_main .section1 .index_banner .item {
        height: 100vh;
    }
    
    .index_main .section1 .index_banner .item .inner .block_txt {
        left: 0;
        right: 0;
        padding: 0 20px;
    }
    
    .index_main .section1 .index_banner .slick-arrow {
        display: none !important;
    }
    
    .index_main .section1 .index_banner .slick-dots {
        position: absolute;
        bottom: 12px;
    }
    
    .index_main .section1 .index_banner .slick-dots li {
        width: 12px;
        height: 12px;
        border-radius: 50%;
        border: 2px solid #fff;
    }
    
    .index_main .section1 .index_banner .slick-dots li button {
        display: none;
    }
    
    .index_main .section1 .index_banner .slick-dots li.slick-active {
        background: #fff;
    }
    
    .index_main .section1 .number {
        bottom: 12%;
        display: none;
    }
    
    .index_main .section1 .number span {
        margin-right: 22px;
    }
    
    .index_main .section1 .number span:after {
        bottom: -14px;
    }
    
    .aboutRight h2 {
        display: none;
    }
    
    .aboutRight p {
        margin-top: 20px;
        font-size: 16px;
        line-height: 1.5;
    }
    
    .indexService ul li a img {
        width: 36px;
        height: 36px;
        margin: 0 auto 5px;
    }
    
    .indexService ul li a h4 {
        font-size: 16px;
    }
    
    .aboutLeft, .newsLeft {
        padding-right: 15px;
        text-align: center;
    }
    
    .aboutLeft img {
        width: 80%;
    }
    
    .aboutRight {
        padding-left: 15px;
    }
    
    .aboutright h2 {
        display: none;
    }
    
    .aboutright p {
        margin-top: 20px;
        font-size: 14px;
        line-height: 1.5
    }
    
    .statistics {
        margin-top: 30px;
    }
    
    .statistics ul li div {
        padding: 0;
    }
    
    .statistics ul li div img {
        width: 36px;
        height: 36px;
    }
    
    .statistics ul li div h3 {
        font-size: 14px;
    }
    
    .statistics ul li div h2 {
        font-size: 48px;
        margin: 0;
        line-height: 1.2;
    }
    
    .statistics ul li div span {
        font-size: 16px;
    }
    
    .newsLeft {
    }
    
    .newsRight {
        margin-top: 40px;
        padding-left: 15px;
    }
    
    .index_main .section2, .index_main .section3, .index_main .section4, .index_main .section5, .index_main .section6 {
        padding: 30px 0;
    }
    
    .banner-one {
        height: 40vh;
        margin-top: -80px;
    }
    
    .map {
        top: 0;
    }
    
    .indexCount {
        bottom: 10px;
    }
    
    .indexCount ul li{
        padding: 0 10px;
    }
    .indexCount ul li div h2 {
        font-size: 42px;
    }
    
    .indexCount ul li div h4 {
        font-size: 16px;
    }
    
    .notice {
        padding-right: 15px;
    }
    
    .noticeUl > li {
        font-size: 16px;
    }
    
    .video {
        padding-left: 15px;
        margin-top: 30px;
    }
    
    
    .inlet ul li a {
        padding: 15px;
    }
    
    .inlet ul li a:before {
        top: 30px;
        border-top: 6px solid transparent;
        border-bottom: 6px solid transparent;
        border-left: 6px solid #0032ab;
    }
    
    .inlet ul li a img {
        width: 40px;
        height: 40px;
        margin-right: 10px;
    }
    
    .inlet ul li a h4 {
        font-size: 16px;
    }
    
    .newsRight ul li a h2 {
        font-size: 16px;
        line-height: 1.2;
        -webkit-line-clamp: 2;
    }
    
    .newsRight ul li a .content, .newsRight ul li a span {
        font-size: 14px;
        line-height: 1.2
    }
}

@media only screen and (max-width: 767px) {
    .inlet ul li:not(:last-child) {
        margin-bottom: 10px;
    }
    
    .indexService ul li a, .indexCount ul li div {
        padding: 5px 0;
    }
    
    .indexService ul li a h4, .indexCount ul li div h4 {
        font-size: 14px;
    }
   
}

@media only screen and (max-width: 600px) {
    .stocks > li > div {
        font-size: 14px;
        margin-left: 20px;
        padding: 0;
    }
    
    .stocks > li > div i {
        margin-left: 10px;
    }
    .indexCount ul li {
        width: 50%;
        padding: 0 15px;
        display: inline-block;
        margin-top: 20px;
    }
    .banner-one {
        height: 55vh;
        margin-top: -160px;
    }

}

@media only screen and (max-width: 530px) {
    
    .indexService, .indexCount {
        overflow: auto;
        overflow-y: hidden;
        white-space: nowrap;
    }
    
    .indexService ul li {
        width: auto;
        padding: 0 15px;
        display: inline-block;
        float: none;
    }
    
    .indexService ul li a img, .statistics ul li div img {
        width: 30px;
        height: 30px;
         margin: 0 auto 3px;
    }
    
    .indexService ul li a h4 {
        font-size: 14px;
    }
    
    .statistics {
        margin-top: 0;
    }
    
    .statistics ul li {
        width: 50%;
        padding: 0 15px;
        display: inline-block;
        margin-top: 20px;
    }
    .banner-one{
        height: 70vh;
        margin-top: -100px;
    }
    .indexCount {
        bottom: 20px;
    }
    .indexCount ul li{
        margin-top: 15px;
    }
    
}

@media only screen and (max-width: 480px) {
    .index_main .section1 .index_banner .item .inner .block_txt h2 {
        font-size: 7.5vw;
        letter-spacing: 0;
    }
    
    .aboutRight p {
        font-size: 14px;
        line-height: 1.5;
    }
    
    .newsRight ul li a h2 {
        font-size: 14px;
    }
    
    .newsRight ul li a .content, .newsRight ul li a span {
        font-size: 12px;
    }
    
    .indexVideoBox h2 {
        font-size: 14px;
        padding: 0 15px;
    }
    .banner-one {
        height: 60vh;
        margin-top: -170px;
    }
  .indexCount ul li div h2 {
        font-size: 36px;
    }
    .indexCount ul li div{
        padding: 0;
    }
    .statistics ul li div h2 span {
        font-size: 18px;
    }
    
    .inlet ul li a {
        padding:5px 15px;
    }
    .inlet ul li a:before{
        top: 20px;
        right: 20px
    }
    .inlet ul li a img {
        margin-right: 10px;
    }
    
    .inlet ul li a h4 {
        font-size: 20px;
    }
    
    .stocks {
        height: auto;
        border-radius: 8px;
        background: #f8f8f8;
    }
    
    .stocks > li {
        width: 100%;
        float: left;
        height: auto;
        line-height: 1.5;
        padding: 10px 0;
    }
    
    .stocks > li > div {
        float: left;
        width: 100%;
        margin: 0;
        padding: 0;
    }
    
    .stocks > li > div i:first-child {
        margin-left: 0;
    }
    
    .noticeUl > li {
        font-size: 14px;
    }
    
    .noticeUl > li > a {
        width: calc(100% - 120px);
    }
    
    .noticeUl > li span {
        font-size: 12px;
    }
}
@media only screen and (max-width: 430px){
    .banner-one {
        height: 55vh;
    }
}
@media only screen and (max-width: 390px) {
    .indexService ul li a img {
        width: 24px;
        height: 24px;
        margin: 0 auto 3px;
    }
    .inlet{
        padding: 20px 0;
    }
    .inlet ul li a h4{
        font-size: 16px;
    }
}
@media only screen and (max-width: 360px){
    .banner-one {
        height: 65vh;
    }
}
@media only screen and (max-width: 320px){
    .indexTitle h3 {
        font-size: 20px;
    }
    .indexCount ul li div h2 {
        font-size: 34px;
    }
    .indexCount ul li div h4,.statistics ul li div h3 {
        font-size: 12px;
    }
    .banner-one {
        height:88vh;
    }
}
